home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / GLX / tablet / Makefile < prev    next >
Encoding:
Makefile  |  1994-08-02  |  496 b   |  18 lines

  1. #!smake
  2.  
  3. include $(ROOT)/usr/include/make/commondefs
  4.  
  5. TARGETS = tabletglx
  6.  
  7. # If you want to run a debugger on these programs, remove the -s from LD*LIB[S]
  8. # and add -g to the LCOPTS line.  NOTE:  as of IRIX release 4.0, you can bypass
  9. # having to change this file AT ALL by using the macro, "VCOPTS=-g", on the 
  10. # command line (this will automatically override optimization).
  11. LLDLIBS    = -lX11 -lgl -lXi -lXext
  12. LCOPTS    = -xansi -D__STDC__
  13. CVERSION=
  14.  
  15. all defaults: $(TARGETS)
  16.  
  17. include $(COMMONRULES)
  18.